UInt32NINumericUInt32NSubtract Method

Subtracts the specified value from the current value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Subtract(
	UInt32N value
)

Parameters

value  UInt32N
The value to subtract from the current value.

Return Value

UInt32N
The result of subtracting value from the current value.

Implements

INumericTSelfSubtract(TSelf)

See Also